home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Dutch (K-1.2.2) / Hoofdstapels / Telefoon / card_3103.txt < prev    next >
Text File  |  1988-12-22  |  4KB  |  195 lines

  1. -- card: 3103 from stack: in
  2. -- bmap block id: 2718
  3. -- flags: 0000
  4. -- background id: 2152
  5. -- name: Phone Setup
  6. ----- HyperTalk script -----
  7. on openCard
  8.   put the time into bkgnd field "loc time"
  9. end openCard
  10.  
  11.  
  12.  
  13. -- part 4 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=75 top=142 right=174 bottom=192
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: Dial 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   if first char of the message box is in "0123456789("
  28.   then dial the message box
  29. else
  30.   Ask "Welk nummer?"
  31.   dial it
  32. end if
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 7 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=416 top=42 right=69 bottom=451
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 11045 / 11045
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Home
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   visual effect iris close
  52.   go home
  53. end mouseUp
  54.  
  55.  
  56.  
  57. -- part 9 (button)
  58. -- low flags: 00
  59. -- high flags: A006
  60. -- rect: left=65 top=228 right=246 bottom=227
  61. -- title width / last selected line: 0
  62. -- icon id / first selected line: 0 / 0
  63. -- text alignment: 1
  64. -- font id: 3
  65. -- text size: 12
  66. -- style flags: 0
  67. -- line height: 16
  68. -- part name: Modem (toon)
  69. ----- HyperTalk script -----
  70. on mouseUp
  71.   set hilite of button "luidspreker (toon)" to false
  72.   set hilite of button "modem (toon)" to true
  73.   set hilite of button "modem (puls)" to false
  74. end mouseUp
  75.  
  76.  
  77.  
  78. -- part 11 (button)
  79. -- low flags: 00
  80. -- high flags: A006
  81. -- rect: left=65 top=245 right=263 bottom=227
  82. -- title width / last selected line: 0
  83. -- icon id / first selected line: 0 / 0
  84. -- text alignment: 1
  85. -- font id: 3
  86. -- text size: 12
  87. -- style flags: 0
  88. -- line height: 16
  89. -- part name: Modem (puls)
  90. ----- HyperTalk script -----
  91. on mouseUp
  92.   set hilite of button "luidspreker (toon)" to false
  93.   set hilite of button "modem (toon)" to false
  94.   set hilite of button "modem (puls)" to true
  95. end mouseUp
  96.  
  97.  
  98.  
  99. -- part 13 (button)
  100. -- low flags: 00
  101. -- high flags: 0000
  102. -- rect: left=376 top=42 right=69 bottom=411
  103. -- title width / last selected line: 0
  104. -- icon id / first selected line: 26635 / 26635
  105. -- text alignment: 1
  106. -- font id: 0
  107. -- text size: 12
  108. -- style flags: 0
  109. -- line height: 16
  110. -- part name: help
  111. ----- HyperTalk script -----
  112. on mouseUp
  113.   set visible of card field "info" to not the visible of card field "info"
  114. end mouseUp
  115.  
  116.  
  117.  
  118. -- part 10 (button)
  119. -- low flags: 00
  120. -- high flags: E006
  121. -- rect: left=65 top=211 right=229 bottom=227
  122. -- title width / last selected line: 0
  123. -- icon id / first selected line: 0 / 0
  124. -- text alignment: 1
  125. -- font id: 3
  126. -- text size: 12
  127. -- style flags: 0
  128. -- line height: 16
  129. -- part name: Luidspreker (toon)
  130. ----- HyperTalk script -----
  131. on mouseUp
  132.   set hilite of button "luidspreker (toon)" to true
  133.   set hilite of button "modem (toon)" to false
  134.   set hilite of button "modem (puls)" to false
  135. end mouseUp
  136.  
  137.  
  138.  
  139. -- part 17 (field)
  140. -- low flags: 81
  141. -- high flags: 2004
  142. -- rect: left=239 top=71 right=233 bottom=454
  143. -- title width / last selected line: 0
  144. -- icon id / first selected line: 0 / 0
  145. -- text alignment: 1
  146. -- font id: 3
  147. -- text size: 9
  148. -- style flags: 0
  149. -- line height: 12
  150. -- part name: info
  151. ----- HyperTalk script -----
  152. on mouseUp
  153.   hide the target
  154. end mouseUp
  155.  
  156.  
  157.  
  158. -- part contents for background part 9
  159. ----- text -----
  160. Lokaal bellen:
  161.  
  162. -- part contents for background part 10
  163. ----- text -----
  164. Interlokaal bellen:
  165.  
  166. -- part contents for background part 12
  167. ----- text -----
  168. Internationaal bellen:
  169.  
  170. -- part contents for background part 20
  171. ----- text -----
  172. 11:18 AM
  173.  
  174. -- part contents for card part 17
  175. ----- text -----
  176. Kies de juiste instellingen en klik vervolgens op de telefoon. (Zorg dat uw modem is aangesloten en ingeschakeld wanneer u belt terwijl een van de Modem-radioknoppen is geselecteerd!) 
  177.  
  178. Wanneer u vanuit een bedrijf belt, kan het zijn dat u om naar buiten te bellen eerst een 0 (of een ander cijfer) moet kiezen. 
  179.  
  180. Ontwerp:  Robin Shank
  181. Scripts: Ted Kaehler
  182.  
  183. -- part contents for background part 2
  184. ----- text -----
  185. Netnummer-
  186.  
  187.  
  188.  
  189. -- part contents for background part 3
  190. ----- text -----
  191. 09-Landnummer
  192.  
  193. -- part contents for background part 1
  194. ----- text -----
  195. 0-